-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: explain how to disable navigator
#50310
Conversation
Landing should wait until a decision has been made on whether or not to keep navigator around (IOW, blocked on #50269.) |
No. We can always land this and remove the API. |
Landed in 25576b5 |
PR-URL: #50310 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
cc @nodejs/web-standards since we weren't given a chance to weigh in before node's docs recommended a decades-old bad practice. |
Another issue with this recommendation if that |
PR-URL: nodejs#50310 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Per #50269 (comment), this adds a note about how to delete the
navigator
global if necessary. This also sets the experimental status level.